home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 401_500 / DISK0491 / DISK0491.ZIP / FILES491.TXT < prev    next >
Text File  |  1986-04-29  |  1KB  |  23 lines

  1. ---------------------------------------------------------------------------
  2. Disk No  491  CRYPTANALYSIS HELPER                                v1 DS2
  3. ---------------------------------------------------------------------------
  4.  
  5. CRYPTANALYSIS HELPER aids in decoding simple substitution aristocrat ciphers,
  6. i.e.  each letter in the original message is replaced throughout by a unique
  7. cipher letter code.  It suggests translations based on a comparison of standard
  8. letter frequencies with the frequency counts of the first letters of words,
  9. last letters of words, all letters, and one letter words in your secret
  10. message.  It matches words with some letters decoded with its dictionaries of
  11. words.  In "C".
  12.  
  13. CRYPTAID EXE  Main program in Microsoft's "C" Ver 3.00
  14. CRYPTAID DOC  Documentation-4 pages
  15. ??       DCT  Dictionary of ?? letter words
  16. ADDTODCT EXE  Adds words to dictionaries
  17. AUTOADD  EXE  Adds words to dictionaries
  18. SORTDCT  EXE  Sorts a dictionary
  19. SORTALL  BAT  Sorts all the dictionaries
  20. SAMPLE   CIP  Sample message that needs decoding
  21.  
  22.  
  23.